Programming Languages
epub, mobi |eng | 2010-03-14 | Author:Mary Beth Chrissis & Mike Konrad & Sandy Shrum
1. Updated training materials (to reflect deployed improvements) 2. Documented results of improvement deployment activities 3. Revised improvement measures, objectives, priorities, and deployment plans Subpractices 1. Monitor the deployment of ...
( Category:
Software Development
March 21,2020 )
epub |eng | 2016-01-17 | Author:Rahat Khanna [Khanna, Rahat]
List icons Generally, list items have mixed content and icons play an important role in highlighting any list item. The icons can be placed on either the left or right ...
( Category:
Software Development
March 21,2020 )
epub |eng | 2018-09-14 | Author:Appleman, Dan [Appleman, Dan]
if(textChangedIds.size()>0) newAsyncRequests.add(new AsyncRequest__c( AsyncType__c = 'Translate Work Order', Params__c = string.Join(textChangedIds,','))); insert newAsyncRequests; } The handleTrigger5 function iterates over the work orders, looking at all work orders on insert, and ...
( Category:
Cloud Computing
March 21,2020 )
azw3, epub, pdf |eng | 2015-09-27 | Author:Alex Antonov [Antonov, Alex]
Writing tests using Spock Another, no less popular, testing framework is Spock, which is written in Groovy by Peter Niederwieser. Being a Groovy-based framework, it is ideally suited to create ...
( Category:
Software Development
March 21,2020 )
epub |eng | | Author:Rex Spuy
Grouping Sprites It’s sometimes useful to be able to group sprites, text, and shapes together. You can group things together to make compound objects or use groups to organize sprites ...
( Category:
Object-Oriented Design
March 21,2020 )
epub, pdf |eng | 2015-10-16 | Author:Joseph Albahari and Ben Albahari
public delegate void EventHandler<TEventArgs> (object source, TEventArgs e) where TEventArgs : EventArgs; Note Before C# 2.0 (when generics were added to the language) the solution was to instead write a ...
( Category:
Software Development
March 21,2020 )
epub, azw3 |eng | 2015-12-23 | Author:Branko Ajzele [Ajzele, Branko]
This way, PhpStorm will know how to provide autocomplete while we type around XML files. As an example, let's take a look at how we could use the css directive ...
( Category:
Internet, Groupware, & Telecommunications
March 21,2020 )
azw3, mobi, pdf |eng | 2016-01-27 | Author:Charles R. Portwood II [Portwood II, Charles R.]
We then begin configuring our Grunt tasks by telling Grunt where it can find our package.json file, and setting up some basic path aliases.grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), paths: { assets: 'web', ...
( Category:
Internet, Groupware, & Telecommunications
March 21,2020 )
mobi, azw3 |eng | 2011-01-09 | Author:Arthur Gittleman [Gittleman, Arthur]
25. Write a program to draw a stick figure of the following form (more artistically if you like). 26. Write a program to draw a stick figure. Combine hair, face, ...
( Category:
Object-Oriented Design
March 21,2020 )
epub |eng | 2014-11-25 | Author:Henderson, Colin
Tip We learned that output is controlled by Freemarker templates. To learn more about Freemarker templates and how to use them, take a look at Designer Guide at http://freemarker.org/docs/dgui.html and ...
( Category:
Java
March 21,2020 )
epub, pdf |eng | 2016-02-09 | Author:Joost Visser
Small, Loosely Coupled Modules Ease Navigation Through the Codebase Not only does a good separation of concerns keep the codebase flexible to facilitate future changes, it also improves the analyzability ...
( Category:
Testing
March 21,2020 )
epub, pdf |eng | | Author:George Grätzer
6.4.2 Floating tables and illustrations Many documents contain tables and illustrations. These must be treated in a special way since they cannot be broken across pages. If necessary, LaTeX moves—floats—a ...
( Category:
Applied
March 20,2020 )
epub |eng | | Author:Sanjib Sinha
class Cat extends Animal { //overriding parent constructor //although constructors are not inherited Cat() : super(){ print("I am child cat class overriding super Animal class."); } Cat.namedCatConstructor() : super.namedConstructor(){ print("The ...
( Category:
Programming & App Development
March 20,2020 )
epub, pdf |eng | 2008-03-19 | Author:Russ Olsen
proxy = BankAccountProxy.new(account) proxy.deposit(50) proxy.withdraw(10) * * * There really is nothing very exciting going on in BankAccountProxy. The BankAccountProxy presents exactly the same interface as its subject, the BankAccount ...
( Category:
Ruby
March 20,2020 )
epub, pdf |eng | | Author:Des Watson
Table 5.1Parse tree nodes Node type Data Pointer 1 Pointer 2 Pointer 3 N_SLIST (Statement list) – Next statement – – N_ASSIGN (Assign to variable) Variable location Expression – – ...
( Category:
Information Theory
March 20,2020 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12563)Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9794)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7775)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6789)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6514)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6380)
Kotlin in Action by Dmitry Jemerov(5061)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4315)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3976)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3765)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3707)
The Ultimate iOS Interview Playbook by Avi Tsadok(3682)
